Download the PHP package effectra/framework without Composer

On this page you can find all versions of the php package effectra/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package framework

Effectra Framework Core

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.

Classes and Components

Effectra provides various classes and components to facilitate development. Here are some of the main classes:

These are just some of the classes and components available in the Effectra framework. Refer to the documentation for a more comprehensive list and detailed usage instructions.

Getting Started

To get started with Effectra, follow these steps:

  1. Clone the Effectra repository or install it via Composer.
  2. Configure the application settings in the config directory, including the database and environment settings.
  3. Define routes in the routes directory to map URLs to controllers and actions.
  4. Create controllers and models in the app directory to handle application logic and interact with the database.
  5. Create views in the views/ directory to define the presentation layer of your application.
  6. Run the application using the built-in server or configure a web server to serve the public directory as the web root.
  7. Test your application and iterate on the development process.

For more detailed instructions and documentation, please refer to the official Effectra documentation.

Contributing

If you would

like to contribute to Effectra, please follow the guidelines in the CONTRIBUTING.md file in the repository. Contributions, bug reports, and feature requests are welcome.

License

Effectra is open-source software released under the MIT License. See the LICENSE file for more information.

Acknowledgements

Effectra is built upon the efforts and contributions of many open-source projects and libraries. We would like to express our gratitude to the developers and contributors of these projects for their valuable work.


All versions of framework with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.7
php-di/php-di Version ^7.0
symfony/console Version ^6.0
symfony/var-dumper Version ^6.0
filp/whoops Version ^2.15
psr/http-message Version ^2.0
effectra/config Version ^1.0
effectra/contracts Version ^1.0
effectra/db Version ^3.0
effectra/clock Version ^1.0
effectra/fs Version *
effectra/http-message Version ^1.0
effectra/http-foundation Version ^1.0
effectra/http-factory Version ^1.0
effectra/http-extensions Version ^2.2
effectra/http-server-handler Version ^2.0
effectra/mail Version ^2.1
effectra/link Version ^1.0
effectra/log Version ^1.0
effectra/router Version ^2.1
effectra/session Version ^1.0
effectra/security Version ^1.0
effectra/to-string Version ^1.0
effectra/generator Version ^1.0
effectra/renova Version ^1.0
effectra/third-party Version ^1.0
effectra/http-middleware Version ^1.0
effectra/minifyer Version ^1.0
effectra/cache Version ^1.0
effectra/sql-query Version ^2.0
effectra/tracker Version ^1.0
effectra/event-dispatcher Version ^1.0
league/climate Version ^3.8
bmt/noun-converter Version ^1.0
psr/event-dispatcher Version ^1.0
vlucas/valitron Version ^1.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package effectra/framework contains the following files

Loading the files please wait ....