Effectra
Effectra is a comprehensive suite of PHP packages designed to enhance the development experience for PHP developers. With a wide range of libraries and tools, E
Pinned Repositories
cors
PHP library for enabling CORS (Cross-Origin Resource Sharing) in HTTP requests/responses. It follows PSR guidelines, and can be easily integrated into PHP projects.
db
Effectra\Database is a PHP package that provides database connection and query execution functionality. It offers a convenient interface for interacting with different database drivers and executing common database operations.
framework
Effectra is an MVC (Model-View-Controller) framework designed to provide a structured and organized approach to web application development. It follows a directory structure similar to Laravel and offers various features and components to build robust web applications.
fs
Effectra FS is a library that offers a comprehensive set of classes for managing various aspects of the file system, including files, folders, JSON, CSV, and XML. Simplify your file operations and effortlessly handle common tasks with this feature-rich PHP library.
http-extensions
Effectra\Http\Extensions is a PHP package that provides extensions and utilities for working with HTTP requests and responses.
http-server-handler
Handles an HTTP request by processing a stack of middlewares.
mail
Effectra\Mail is a package that provides a flexible and easy-to-use email sending functionality for your applications. It supports multiple mail drivers and allows you to configure various email settings such as the mail server host, port, authentication, and more.
router
Effectra/Router is a versatile PHP routing library for web applications. It offers flexible route handling, HTTP method support, and parameter mapping to controllers or closures. With middleware, route grouping, and scalability, it simplifies route management. Essential for PHP developers building APIs or web apps.
session
Effectra/Session class represents a session and provides methods for session management.
third-party
Effectra\ThirdParty is a PHP library that provides OAuth configuration and functionality for various third-party platforms such as LinkedIn, GitHub, Facebook, and Google. It simplifies the process of integrating with these platforms and accessing user data through OAuth authentication
Effectra's Repositories
effectra/clock
This is a PHP class named `Clock` that implements the `Psr\Clock\Clock` interface. It provides a simple and standard way to retrieve the current time and timestamp in PHP applications.
effectra/config
Effectra Config is library simplifies configuration management in PHP applications, providing classes for files, drivers, cookies, db and editor configurations.
effectra/contracts
Effectra\Contracts is package provides a set of contracts/interfaces that define the standardized behavior and contracts for various components used in the Effectra application.
effectra/facade
The Facade class is a utility class that provides a simplified interface to access classes or services in your PHP applications.
effectra/html-render
Effectra HTML Render is a PHP library that provides a set of classes for generating and manipulating HTML elements in an object-oriented manner.