{"id":36404801,"url":"https://github.com/lenochware/pclib","last_synced_at":"2026-02-16T14:01:20.181Z","repository":{"id":62516809,"uuid":"45610966","full_name":"lenochware/pclib","owner":"lenochware","description":"Lightweight PHP framework","archived":false,"fork":false,"pushed_at":"2025-09-15T10:31:57.000Z","size":633,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-11T18:20:44.738Z","etag":null,"topics":["datagrid","forms","framework","php-framework"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenochware.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-05T12:51:03.000Z","updated_at":"2025-09-15T10:32:01.000Z","dependencies_parsed_at":"2023-02-02T16:04:26.121Z","dependency_job_id":"0d31378c-4fb8-428c-8c36-6d9035f65fb5","html_url":"https://github.com/lenochware/pclib","commit_stats":{"total_commits":412,"total_committers":3,"mean_commits":"137.33333333333334","dds":0.004854368932038833,"last_synced_commit":"49a6e25423326390bec97766799589ecb28bfc28"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/lenochware/pclib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fpclib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fpclib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fpclib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fpclib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenochware","download_url":"https://codeload.github.com/lenochware/pclib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fpclib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["datagrid","forms","framework","php-framework"],"created_at":"2026-01-11T16:38:54.366Z","updated_at":"2026-02-16T14:01:20.176Z","avatar_url":"https://github.com/lenochware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is PClib?\n\nLightweight PHP framework without boilerplate of big frameworks.\n\n### Features\n\n* MVC (Controllers, templates and models)\n* Db: Database layer (mysql, pgsql and sql-lite adapters included)\n* Form: Rendering, validation and storing into database\n* Grid (datagrid): Pagination, sorting columns, summarization rows, filter\n* Auth: Authentication and authorization: users, roles and permissions\n* Translator: multilanguage support\n* Debugger: improved error messages, dump() function, debug-bar...\n* ORM\n* PAdmin: Site administrator tool\n* Logger, Tree view and more...\n\n### Installation\n1. [Download **pclib**](http://pclib.brambor.net/?r=home/install)\n2. Copy directory `pclib` somewhere at your webroot.\n3. Some parts of the library need a few database tables. You can\nfound sql-dump in `install/pclib_*.sql`. Import this sql-dump into your database.\n4. Now you are ready to use **pclib**!\n\nor install it using composer:\n\n\tcomposer require lenochware/pclib\n\n### Examples\n\n**Render form**\n```php\nrequire 'vendor/autoload.php'; // or 'pclib/pclib.php' without composer\n$app = new PCApp('test-app');\n\n$form = new PCForm('tpl/form-template.tpl');\nprint $form;\n```\n\n**Connect to database and show datagrid with data**\n```php\nrequire 'vendor/autoload.php'; \n$app = new PCApp('test-app');\n$app-\u003edb = new PCDb('pdo_mysql://user:password@localhost/database-name');\n\n$grid = new PCGrid('tpl/grid-template.tpl');\n$grid-\u003esetQuery('SELECT * FROM products');\nprint $grid;\n```\n\nFor more examples see http://pclib.brambor.net/\n\n### Links\n* [PClib homepage](http://pclib.brambor.net/)\n\n### License\nThis source code is licensed under the MIT license found in the LICENSE file\nin the root directory of this source tree.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenochware%2Fpclib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenochware%2Fpclib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenochware%2Fpclib/lists"}