{"id":18601273,"url":"https://github.com/joepdooper/ivy","last_synced_at":"2026-04-16T00:01:42.015Z","repository":{"id":206558073,"uuid":"716780188","full_name":"joepdooper/ivy","owner":"joepdooper","description":"Yet another sleek simple fast CMS with an effortless template and plugin environment","archived":false,"fork":false,"pushed_at":"2026-04-13T20:42:44.000Z","size":3847,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T22:31:51.817Z","etag":null,"topics":["bento","build","clean","cms","cms-framework","content-management-system","design","easy","easy-to-deploy","fast","google-page-speed","grid","model-view-controller","mvc","mvc-pattern","quick","simple","slim","web-app","web-application-framework"],"latest_commit_sha":null,"homepage":"https://ivy.dooper.io","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/joepdooper.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":"2023-11-09T21:25:03.000Z","updated_at":"2026-04-13T20:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1bee4e9-3ee7-4d40-b1e7-4b98d6507530","html_url":"https://github.com/joepdooper/ivy","commit_stats":null,"previous_names":["joepdooper/ivy"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/joepdooper/ivy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joepdooper%2Fivy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joepdooper%2Fivy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joepdooper%2Fivy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joepdooper%2Fivy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joepdooper","download_url":"https://codeload.github.com/joepdooper/ivy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joepdooper%2Fivy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["bento","build","clean","cms","cms-framework","content-management-system","design","easy","easy-to-deploy","fast","google-page-speed","grid","model-view-controller","mvc","mvc-pattern","quick","simple","slim","web-app","web-application-framework"],"created_at":"2024-11-07T02:07:45.017Z","updated_at":"2026-04-16T00:01:42.009Z","avatar_url":"https://github.com/joepdooper.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ivy\n\nYet another sleek simple fast CMS with an effortless template and plugin environment\n\n[![Composer](https://img.shields.io/badge/Composer-222)](https://getcomposer.org/)\n[![npm](https://img.shields.io/badge/npm-222)](https://www.npmjs.com/)\n[![PHP](https://img.shields.io/badge/PHP-v8.4.0-222)](https://www.php.net/)\n\n## Install\n\n#### 1. Navigate to your project folder\n\nOpen terminal and navigate to your project folder:\n\n```bash\ncd path/to/your/ivy/project\n```\n\n#### 2. Download ivy files\n\nUse [Composer](https://getcomposer.org/) to create a new project with **ivy**:\n\n```bash\ncomposer create-project joepdooper/ivy .\n```\n\n#### 3. Configure\n\nRename the `example.env` file to `.env`. \n\n#### 4. Setup\n\n##### Option A - Start the containers (recommended)\n\nIf you have Docker or Podman run:\n\n```bash\n./vendor/bin/cultivate\n```\n\n##### Option B - Start webserver and set up the database\n\nCreate a database for **ivy** and import the provided [`ivy.sql`](docker/mysql/ivy.sql) file:\n\n```bash\nmysql -u your_database_username -p your_database_name \u003c docker/mysql/ivy.sql\n```\n\nIf you are not using the provided Docker or Podman compose files, update the .env file with your database credentials and make sure your web server points to the `public/` folder inside this project [`000-default.conf`](docker/sites-available/000-default.conf). Additionally, ensure that the `public/` and `cache/` folders have the proper permissions so your web server can read and write to them as needed.\n\n## Login\n\n#### Accessing the backend\n\nTo access the \"backend\" for the first time, after the installation, follow these steps:\n\n1. Navigate to `yourserver.com/admin/login` (user icon)\n2. Use the credentials `admin@localhost.test` and `00000`\n3. Upon successful login, you will be directed to the profile page with *super_admin* rights\n\n#### Changing email and password\n\nOpen the `.env` file and update it with your mailbox credentials. If you've modified the `.env` file, follow these steps:\n\n1. Upon login, on the profile page, modify and submit your email address to initiate the email change process\n2. After successfully changing your email address, go to `yourserver.com/admin/logout` to log out (logout icon)\n3. Finally, navigate to `yourserver.com/admin/reset` to initiate the password reset process\n\n\n## Documentation\n\n[Documentation](https://ivy.dooper.io) coming up\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoepdooper%2Fivy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoepdooper%2Fivy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoepdooper%2Fivy/lists"}