RSwetha02 /
Web-Portal
Implemented using HTML, CSS, PHP, MySQL. This Project is to create awareness among students who consume more biscuits
27/100 healthLoading repository data…
rainner / repository
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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
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
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. |
Composer: Run the following composer commands to include this package and install the dependency for your project:
$ composer require rainner/biscuit-php 2.*
Manual: Clone this repo somewhere in your project and use the included autoloader to load the included classes:
$ cd /path/to/project/libs
$ git clone https://github.com/rainner/biscuit-php.git
<?php
require( './libs/biscuit-php/autoloader.php' )
Rainner Lins: @raintek_
Licensed under MIT.
Selected from shared topics, language and repository description—not editorial ratings.
RSwetha02 /
Implemented using HTML, CSS, PHP, MySQL. This Project is to create awareness among students who consume more biscuits
27/100 healthmrbhombe /
Bakery Management System, which is helpful to order the bakery product from home. In future development we can add the monthly subscription for regular days delivery of bakery product like biscuit, load, bread etc. In current system we can add, remove and order the product easily. Purpose to develop this product is that We can get the fresh product on daily bases and reduce the wastage of Bakery Product
27/100 health