All Projects → joostdecock → core

joostdecock / core

Licence: GPL-3.0 license
Freesewing is an open source platform for made-to-measure sewing patterns

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to core

private-packagist-api-client
Private Packagist API Client
Stars: ✭ 28 (-41.67%)
Mutual labels:  composer
lumen-lighthouse-graphql
Lumen example use of a GraphQL PHP server using Lighthouse package
Stars: ✭ 31 (-35.42%)
Mutual labels:  composer
devliver
Your private self hosted composer repository with user management
Stars: ✭ 50 (+4.17%)
Mutual labels:  composer
ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
Stars: ✭ 212 (+341.67%)
Mutual labels:  composer
yii2-composer
Yii 2 composer extension
Stars: ✭ 76 (+58.33%)
Mutual labels:  composer
fatfree-composer-app
F3 demo package with composer integration
Stars: ✭ 15 (-68.75%)
Mutual labels:  composer
twity
Private composer repository - Packagist mirror
Stars: ✭ 31 (-35.42%)
Mutual labels:  composer
cyclonedx-php-composer
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
Stars: ✭ 20 (-58.33%)
Mutual labels:  composer
wordpress-composer
Composer template for WordPress projects.
Stars: ✭ 63 (+31.25%)
Mutual labels:  composer
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (-45.83%)
Mutual labels:  composer
c9phplaravel
This script installs PHP 7.3 and required extensions and Laravel in Cloud9
Stars: ✭ 17 (-64.58%)
Mutual labels:  composer
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (-54.17%)
Mutual labels:  composer
what-changed
Generate change reports when you update composer
Stars: ✭ 110 (+129.17%)
Mutual labels:  composer
email
Aplus Framework Email Library
Stars: ✭ 127 (+164.58%)
Mutual labels:  composer
LazyWaimai-Web
懒人外卖的 Web 端,使用Yii2框架+Bootstrap进行开发
Stars: ✭ 32 (-33.33%)
Mutual labels:  composer
docker-laravel-8
A simple Docker - Laravel 8 - MySQL - Redis - PHPAdmin - NGINX - PHP 7.4 - Composer - Artisan - XDebug
Stars: ✭ 130 (+170.83%)
Mutual labels:  composer
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (+6.25%)
Mutual labels:  composer
speech to text
how to use the Google Cloud Speech API to transcribe audio/video files.
Stars: ✭ 35 (-27.08%)
Mutual labels:  composer
http
Aplus Framework HTTP Library
Stars: ✭ 113 (+135.42%)
Mutual labels:  composer
framework
Cygnite PHP Framework- A Modern Toolkit For Web Developers
Stars: ✭ 43 (-10.42%)
Mutual labels:  composer

DEPRECATED: Please see freesewing/freesewing instead

FreeSewing v2 and up are maintained in the freesewing repository.

Build Status

Freesewing core

Freesewing is an online platform to draft sewing patterns based on your measurements.

This is the core repository, which holds the platform and the sewing patterns I maintain.

For all info on what freesewing does/is/provides, please check the about page or documentation.

System Requirements

  • PHP 5.6 or newer
  • composer

Installation

Full install instructions are available at freesewing.org/docs/core/install but here's the gist of it:

A note about installing on PHP 5.6

Core uses a Developer theme that requires PHP 7.0 or newer. However, that theme is only useful for hacking core. So if you just want to run this and maybe design some patterns install without the dev requirements.

In other words, to install on PHP 5.6, pass --no-dev to composer

From packagist

composer create-project freesewing/core
cd core
composer dump-autoload -o

From GitHub

git clone [email protected]:freesewing/core.git
cd core
composer install
composer dump-autoload -o

License

This code is licensed GPL-3, the pattern drafts, documentation, and other content is licensed CC-BY.

Contribute

Your pull request are welcome here.

If you're interested in contributing, I'd love your help. That's exactly why I made this thing open source in the first place.

Read freesewing.org/contribute to get started. If you have any questions, the best place to ask is the freesewing community on Gitter.

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].