Download the PHP package blakvghost/juste without Composer

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

Juste

Juste is the Core of Project Bravo, my personal PHP MVC framework, it essentially ensures the understanding of Models, Controller, the basic template engine. It also manages the Routing, the middlewares, the database, and especially my super nice homemade mini ORM without forgetting the easy sending of emails.

Packagist Version (custom server) Packagist Version (custom server) Packagist Version (custom server)

Documentation:

Documentation for Bravo is currently being prepared and will be available soon. Stay tuned for updates!

How to use:

To see an example of using Bravo, you can refer to the Bravo project. It serves as a demonstration project and will have official documentation soon.

Installation

To install Juste, you can follow these steps:

  1. Require the package using Composer by running the following command:

  2. Once the package is installed, you can start integrating Juste into your PHP project.

Requirements

Please note that Juste requires the following packages as dependencies: symfony/dotenv (version 6.2 or higher) and symfony/mailer (version 6.2 or higher). These dependencies will be automatically installed when you install Juste using Composer.

Features

Utility Functions

Juste provides some utility functions that you can use in your application:

Common Facade

The Common facade includes various utility functions:

Controller Facade

The Controller facade includes some useful functions for controller classes:

Usage Examples

Routing

API Route

Middleware

Model

Controller

Authors

Support

For support, you can reach out to me by email at [email protected]. Feel free to contact me if you have any questions or need assistance with Bravo.

License

This project is licensed under the MIT License.


All versions of juste with dependencies

PHP Build Version
Package Version
Requires symfony/dotenv Version ^6.2
symfony/mailer Version ^6.2
php Version ^8.0
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 blakvghost/juste contains the following files

Loading the files please wait ....