Download the PHP package effectra/effectra without Composer

On this page you can find all versions of the php package effectra/effectra. 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 effectra

Effectra PHP/MVC Framework

Effectra is a powerful PHP MVC (Model-View-Controller) framework designed to streamline the development process and provide a robust foundation for building web applications. With a folder structure similar to Laravel, Effectra offers a familiar environment for developers while providing additional features and improvements.

Key Features

Getting Started

To get started with Effectra, follow these steps:

  1. Installation: Clone the Effectra repository or download the ZIP file from the official repository.

  2. Configuration: Configure your web server to point to the public directory of the Effectra installation. Ensure that the required permissions are set correctly.

  3. Dependencies: Install the required dependencies using Composer, which is the recommended way to manage Effectra's dependencies.

  4. Routing: Define your application's routes in the web.php or api.php file, located in the routes directory. Effectra uses a simple and expressive routing syntax to map URLs to controller actions.

  5. Controllers: Create your controllers in the app/Controllers directory. Controllers handle the logic and flow of your application, interacting with models and rendering views.

  6. Models: Define your models in the app/Models directory. Models encapsulate the interaction with the database, allowing you to perform CRUD operations and define relationships between tables.

  7. Views: Create your views in the view directory. Views are responsible for rendering the user interface and displaying data from the controllers.

  8. Service Providers: Register and configure your application's services in the app/Providers directory. Effectra's service providers allow you to manage various components of your application, such as database connections, mailers, and more.

  9. Start Developing: With the initial setup complete, start developing your application using the powerful features and capabilities offered by Effectra.

Documentation

For detailed information and comprehensive documentation on using Effectra, please refer to the official documentation at https://effectra.com/docs. The documentation covers various aspects of the framework, including installation instructions, usage examples, and best practices.

Community and Support

Join the Effectra community to connect with fellow developers, ask questions, and stay up-to-date with the latest news and updates.

License

Effectra is open-source software released under the MIT license.


Thank you for choosing Effectra! We hope this MVC framework helps streamline your development process and enables you to build powerful and secure web applications efficiently. If you have any questions or need further assistance, please don't hesitate to reach out to our community or refer to the documentation. Happy coding!"# effectra" "# effectra"


All versions of effectra with dependencies

PHP Build Version
Package Version
Requires effectra/framework Version ^2.3
vlucas/phpdotenv Version ^5.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/effectra contains the following files

Loading the files please wait ....