All Projects → Coderberg → ResidenceCMS

Coderberg / ResidenceCMS

Licence: MIT license
Open Source Property Management System based on Symfony 6

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to ResidenceCMS

php8-xdebug
PHP 8.0 for development and production usage. With nginx, brotli, xdebug, JIT and more...
Stars: ✭ 17 (-77.33%)
Mutual labels:  php8
email
Aplus Framework Email Library
Stars: ✭ 127 (+69.33%)
Mutual labels:  php8
framework
FEAST Framework
Stars: ✭ 66 (-12%)
Mutual labels:  php8
autoload
Aplus Framework Autoload Library
Stars: ✭ 18 (-76%)
Mutual labels:  php8
SemartSkeleton
Symfony Skeleton
Stars: ✭ 49 (-34.67%)
Mutual labels:  symfony-application
banditore
Banditore retrieves new releases from your starred GitHub repositories and generate an Atom feed with them.
Stars: ✭ 118 (+57.33%)
Mutual labels:  symfony-application
AuroraCMS
The Australian Open Source Content Management System
Stars: ✭ 13 (-82.67%)
Mutual labels:  php8
database
Aplus Framework Database Library
Stars: ✭ 147 (+96%)
Mutual labels:  php8
php-rar
PECL rar extension
Stars: ✭ 35 (-53.33%)
Mutual labels:  php8
SimplePets
🐕‍🦺 An Ultimate Pets plugin for PocketMine-MP.
Stars: ✭ 20 (-73.33%)
Mutual labels:  php8
php-simple-benchmark-script
Очень простой скрипт тестирования быстродействия PHP | Very simple script for testing of PHP operations speed (rusoft repo mirror)
Stars: ✭ 50 (-33.33%)
Mutual labels:  php8
pthreads
Fork of https://github.com/krakjoe/pthreads with various improvements, including PHP 7.4+ support
Stars: ✭ 45 (-40%)
Mutual labels:  php8
property-seeker
Calculate the price range for property advertised on Domain and Real Estate.
Stars: ✭ 30 (-60%)
Mutual labels:  real-estate
SPL
[deprecated] Miscellaneous PHP library files required by PocketMine-MP and related projects
Stars: ✭ 13 (-82.67%)
Mutual labels:  php8
docker-symfony
Docker Symfony (PHP-FPM - NGINX - MySQL - MailHog - Redis - RabbitMQ)
Stars: ✭ 32 (-57.33%)
Mutual labels:  symfony-application
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-77.33%)
Mutual labels:  php8
AeroCMS
Aero is a simple and easy to use CMS (Content Management System) designed to create fast and powerful web applications!
Stars: ✭ 14 (-81.33%)
Mutual labels:  php-cms
oas
ระบบบัญชีออนไลน์ Online Accounting System (OAS)
Stars: ✭ 51 (-32%)
Mutual labels:  php8
http
Aplus Framework HTTP Library
Stars: ✭ 113 (+50.67%)
Mutual labels:  php8
api.symfony-3.crud
Symfony 3 and FOS REST Bundle - CRUD API
Stars: ✭ 15 (-80%)
Mutual labels:  symfony-application

GitHub Scrutinizer Code Quality Testing with MySQL Reliability Rating

ResidenceCMS is a fast and lightweight Property Management System on top of Symfony 6.

GitHub

Requirements

Installation

  1. Install Composer (see http://getcomposer.org/download)

  2. Create new project via Composer

    $ composer create-project coderberg/residence-cms mywebsite.loc
    
  3. Enter the newly created folder

    $ cd mywebsite.loc
    
  4. After installing you should configure your web server's document / web root to be the public directory.

  5. Create .env.local from .env file and fill in your database credentials

    DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
    
  6. Run

    $ php bin/console app:install
    
  7. Go to http://mywebsite.loc/admin and log in.

    login: admin
    password: admin
    
  8. To use feedback forms, configure MAILER_DSN in .env.local

Tests

  1. Modify your DATABASE_URL config in .env.test.local

    DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
    
  2. Execute this command to run tests:

    php bin/phpunit
    

Additional documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].