#
Composer

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and manage them for you.
Here are 3,510 public repositories matching this topic...
Pimorez
commented
Jul 15, 2019
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
-
Updated
Sep 24, 2020 - Go
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
-
Updated
Oct 3, 2020 - PHP
The lightweight PHP database framework to accelerate development
-
Updated
Sep 17, 2020 - PHP
Simple static Composer repository generator - For a full private Composer repo use Private Packagist
-
Updated
Oct 3, 2020 - PHP
stefkes
commented
Mar 19, 2020
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
Simple user messaging package for Laravel
-
Updated
Sep 16, 2020 - PHP
-
Updated
Oct 2, 2020
Hprose is a cross-language RPC. This project is Hprose 2.0 for PHP
php
serialization
packagist
composer
cross-platform
php7
serializer
php-library
rpc
rpc-server
hprose
rpc-client
rpc-framework
cross-domain
rpc-library
rpc-service
serialization-library
cross-device
serialize
cross-language
-
Updated
Jul 7, 2020 - PHP
Simple Regex Language
-
Updated
Oct 28, 2018 - PHP
bot
php
laravel
composer
sdk
telegram
telegram-bot
botkit
chatbot
bot-framework
laravel-package
php-sdk
laravel-5-package
composer-packages
telegram-bot-sdk
telegram-bot-api
laravel-telegram
laravel-bot
laravel-6-package
laravel-7-package
-
Updated
Sep 30, 2020 - PHP
-
Updated
Mar 8, 2020 - JavaScript
Open
配置设置问题咨询
8
gitzwt
commented
Dec 14, 2018
SMProxy的账号密码端口和ip能设置与原mysql一样的吗?比如都设置为 127.0.0.1 root 123456 3306
目的是为了防止这个访问突然断了后直接连回mysql,或者说这服务有守护进程在的吗?服务挂了会重启或服务器挂了重启它也跟着重启而不需要手动启动
jrfnl
commented
Jul 11, 2020
As per my comments in #1162:
- Deprecated features should be a
warning
- Removed features should be an
error
- New features should be an
error
- For the few things which don't fall in the above categories: whether it is an error/warning should depend on how PHP handles the issue, i.e. does it cause a PHP parse/fatal error or a notice or warning to be thrown ?
Similarly for the error
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and / or RESTful API
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
May 27, 2020 - PHP
-
Updated
Oct 2, 2020 - PHP
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
-
Updated
Sep 24, 2020 - Makefile
GitHub action to setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer...
-
Updated
Oct 3, 2020 - TypeScript
9
railken
commented
Nov 4, 2019
Open
Resizeable sidebar
3
High-level cryptography interface powered by libsodium
php
composer
cryptography
encryption
authentication
php7
argon2
siphash
libsodium
ed25519
curve25519
digital-signature
x25519
cryptography-library
easy-to-use
xsalsa20
poly1305
blake2b
misuse-resistant
-
Updated
Sep 2, 2020 - PHP
Created by Nils Adermann, Jordi Boggiano
Released March 1, 2012
- Organization
- composer
- Website
- getcomposer.org
- Wikipedia
- Wikipedia
So if you happen to insert invalid version string when requiring package, it will still write it into
composer.json
and nothing works after that. So for example;composer require phpunit/phpunit:"8.3.3 as ^8.3"
My
composer.json
:Output of
composer diagnose
: