{"id":36995021,"url":"https://github.com/rainner/biscuit-php","last_synced_at":"2026-01-13T23:47:19.634Z","repository":{"id":62532873,"uuid":"49352947","full_name":"rainner/biscuit-php","owner":"rainner","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. 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.","archived":false,"fork":false,"pushed_at":"2017-01-31T10:18:48.000Z","size":239,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T14:12:10.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rainner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-10T04:14:00.000Z","updated_at":"2021-04-05T11:07:53.000Z","dependencies_parsed_at":"2022-11-02T16:01:12.665Z","dependency_job_id":null,"html_url":"https://github.com/rainner/biscuit-php","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/rainner/biscuit-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainner%2Fbiscuit-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainner%2Fbiscuit-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainner%2Fbiscuit-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainner%2Fbiscuit-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainner","download_url":"https://codeload.github.com/rainner/biscuit-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainner%2Fbiscuit-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-13T23:47:19.563Z","updated_at":"2026-01-13T23:47:19.629Z","avatar_url":"https://github.com/rainner.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[demo]: https://github.com/rainner/biscuit-app\n[twitter]: http://twitter.com/raintek_\n[mit]: http://www.opensource.org/licenses/mit-license.php\n\n# Biscuit PHP\n\n[![Build Status](https://travis-ci.org/rainner/biscuit-php.svg?branch=master)](https://travis-ci.org/rainner/biscuit-php)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nBiscuit PHP is a small stand-alone collection of classes that work together as a framework to help build small server-side applications with PHP.\nIt'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.\nSee the table below for what is included.\n\n### Demo Application\n\nFor a demo application that uses this framework, refer to another repo that serves as a boilerplate to get started using this framework: [Biscuit-APP][demo]\n\n### Current Namespaces\n\nThis is a table that lists the current Biscuit PHP framework namespaces and what each is responsible for.\n\n| Namespace            | Description                                                             |\n| -------------------- | ----------------------------------------------------------------------- |\n| `Biscuit\\Boot\\*`     | Classes for managing error handling and runtime environment options.    |\n| `Biscuit\\Crypt\\*`    | Classes for hashing, encrypting and decrypting strings.                 |\n| `Biscuit\\Data\\*`     | Classes for handling, parsing, serializing, storing and rendering data. |\n| `Biscuit\\Db\\*`       | Classes for handling database connection using a common interface.      |\n| `Biscuit\\Http\\*`     | Classes for handling routing, request data, responses and server info.  |\n| `Biscuit\\Session\\*`  | Classes for managing session storage and user authentication.           |\n| `Biscuit\\Storage\\*`  | Classes for dealing with folders/files on the system and images.        |\n| `Biscuit\\Utils\\*`    | Common utility classes for various other purposes.                      |\n\n### Installation \u0026amp; Setup\n\n**Composer:** Run the following composer commands to include this package and install the dependency for your project:\n\n````php\n$ composer require rainner/biscuit-php 2.*\n````\n\n**Manual:** Clone this repo somewhere in your project and use the included autoloader to load the included classes:\n\n````php\n$ cd /path/to/project/libs\n$ git clone https://github.com/rainner/biscuit-php.git\n````\n\n````php\n\u003c?php\nrequire( './libs/biscuit-php/autoloader.php' )\n````\n\n### Author\n\nRainner Lins: [@raintek_][twitter]\n\n### License\n\nLicensed under [MIT][mit].\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainner%2Fbiscuit-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainner%2Fbiscuit-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainner%2Fbiscuit-php/lists"}