Download the PHP
package rainner/biscuit-php without Composer
On this page you can find all versions of the php package
rainner/biscuit-php. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor rainner Package biscuit-php Short Description Biscuit PHP is a small stand-alone collection of classes that work together as a framework to help build small server-side applications with PHP. License
MIT
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.
Biscuit PHP is a small stand-alone collection of classes that work together as a framework to help build small server-side applications with PHP.
It's intended to be minimal with no need for dependencies and comes with the basic tools needed for building a small RESTful api, or web application backend.
See the table below for what is included.
Demo Application
For a demo application that uses this framework, refer to another repo that serves as a boilerplate to get started using this framework: Biscuit-APP
Current Namespaces
This is a table that lists the current Biscuit PHP framework namespaces and what each is responsible for.
Namespace
Description
Biscuit\Boot\*
Classes for managing error handling and runtime environment options.
Biscuit\Crypt\*
Classes for hashing, encrypting and decrypting strings.
Biscuit\Data\*
Classes for handling, parsing, serializing, storing and rendering data.
Biscuit\Db\*
Classes for handling database connection using a common interface.
Biscuit\Http\*
Classes for handling routing, request data, responses and server info.
Biscuit\Session\*
Classes for managing session storage and user authentication.
Biscuit\Storage\*
Classes for dealing with folders/files on the system and images.
Biscuit\Utils\*
Common utility classes for various other purposes.
Installation & Setup
Composer: Run the following composer commands to include this package and install the dependency for your project:
``
Manual: Clone this repo somewhere in your project and use the included autoloader to load the included classes:
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 rainner/biscuit-php contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.