{"id":17248140,"url":"https://github.com/slact/webylene-php","last_synced_at":"2025-07-03T21:33:15.045Z","repository":{"id":647325,"uuid":"289587","full_name":"slact/webylene-php","owner":"slact","description":"a bit of a web framework for php","archived":false,"fork":false,"pushed_at":"2009-08-27T17:19:22.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T08:17:40.376Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slact.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-08-27T07:26:21.000Z","updated_at":"2013-10-04T07:51:06.000Z","dependencies_parsed_at":"2022-08-16T10:35:12.851Z","dependency_job_id":null,"html_url":"https://github.com/slact/webylene-php","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slact%2Fwebylene-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slact%2Fwebylene-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slact%2Fwebylene-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slact%2Fwebylene-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slact","download_url":"https://codeload.github.com/slact/webylene-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605709,"owners_count":20643030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-15T06:40:10.386Z","updated_at":"2025-03-26T06:42:27.639Z","avatar_url":"https://github.com/slact.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Webylene\n\n1. Introduction\n  Webylene is a MVC-ish web framework that tries to have a very small \n  learning   curve to get started, and doesn't tie your arms behind your back.\n  \n2. Directory Layout\n  webylene root/\n    bootstrap.php \t-\tthe bootstrap. don't mess with it.\n    /classes\t-\t-\tclasses dir.\n\t  /core\t-\t-\t-\tcore classes. don't mess with them.\n\t    ...\n\t  /plugins\t-\t-\tplugin classes. place plugins here.\n\t    ...\n\t  ...\t-\t-\t-\tplace classes you'll use here\n\t/config\t-\t-\t-\tconfig dir.\n\t  /delayed\t\t\t\n\t    ...\t\t-\t-\tplace configs that shouldn't be autoloaded here\n\t  env.php\t-\t-\tenvironment config. you'll likely need to modify it.\n\t  ...\t\t\t\n    /libs\t-\t-\t-\tlibs go here\n\t  /core\t-\t-\t-\tcore libs. don't mess with them.\n\t  ...\t-\t-\t-\tplace libs here. libs shouldn't define any classes.\n\t/scripts\t-\t-\tpage-specific scripts\n\t  ...\t-\t-\t-\tput your scripts here. the router will map \n\t\t\t\t\t\t  urls to scripts. see the router config.\n\t/templates\t-\t-\ttemplates (a.k.a. views) should be here\n\t  ...\t-\t-\t-\ttemplates are the actual output to browser.\n\t/web\t-\t-\t-\tserver root. DON'T put php scripts here.\n\t  css/\t-\t-\t-\tput css here\n\t  js/\t-\t-\t-\tput js here\n\t  index.php\t-\t-\tdon't mind me. don't edit me, either.\n\t  .htaccess\t-\t-\tApache htaccess that directs url handling to the router\n\t  \n\n3. Getting Started\n  edit config/env.php\n  edit config/app.yaml - set database stuff and env stuff\n  edit config/routes.yaml - make some routes\n  write scripts to scripts/\n  look at config.yaml\n  make templates in templates/\n  \n4. How does it work?\n  wouldn't you like to know?\n  \n5. Who made it?\n  Leo Ponomarev\n  \n6. What licence is it distributed under?\n\nThe New BSD licence:\n\nCopyright (c) 2007-2009, Leo Ponomarev\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n    * The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslact%2Fwebylene-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslact%2Fwebylene-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslact%2Fwebylene-php/lists"}