Mediatemple mcrypt trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    678 mediatemple mcrypt trabalhos encontrados, preços em USD

    Modulo de Frete e Pagamento para E-commerce Em PHP. Plataforma: PhpProBid Requisitos do servidor: PHP 5.3.27 + MySQL 5.1 + PDO Library w/ MySQL Driver Mcrypt Extension GD Library

    PHP
    $70 (Avg Bid)
    $70 Média
    2 ofertas

    Configurar servidor na amazon AWS, deixar servidor pronto para ser utilizado com o script phpprobid:  Recursos necessários de acordo com o desenvolvedor: In order to run PHP Pro Bid the following server requirements should be met. PHP 5.3.27 + MySQL 5.1 + PDO Library w/ MySQL Driver Mcrypt Extension GD Library

    $168 (Avg Bid)
    $168 Média
    8 ofertas

    I want PHP and MYSQL to be installed on my Linux VPS using Ubuntu and Apache. Here are the specifics: - PHP version: 5.3.10 - MYSQL version: 5.7.4 I will share with you the existing server's so you can see the extensions used, eg. APC, mbstring, mcrypt, memcache, etc.

    $31 (Avg Bid)
    $31 Média
    27 ofertas

    Project Title: Convert Python AES Encryption Script to PHP Description: - I am looking for a skilled PHP developer to convert my existing Python AES encryption script to PHP. - The purpose of the script is to encrypt sensitive data securely. - There is no specific requirement for libraries to be used in PHP, so the developer has the freedom to cho...purpose of the script is to encrypt sensitive data securely. - There is no specific requirement for libraries to be used in PHP, so the developer has the freedom to choose. - Ideal skills and experience for this job include: - Strong proficiency in PHP programming language - Knowledge of AES encryption algorithms - Experience with data encryption and decryption - Familiarity with OpenSSL and mcrypt libraries is a plus, but not ...

    $156 (Avg Bid)
    $156 Média
    49 ofertas
    email DNS setup Encerrado left

    Hello! I'm looking to have an email DNS setup completed for my company. We will be using an email provider other than Gmail or Outlook, so you must be familiar and knowledgeable with the different providers available out there. We currently use GoDaddy and MediaTemple (now part of godaddy) and are having email troubles we need resolved. We also have some special features that the email server will need to be configured for, so you should have experience in that as well. We do have an existing domain name. If you feel like you have the necessary qualifications and skills to complete this job, please reach out!

    $124 (Avg Bid)
    $124 Média
    39 ofertas

    ...bool given in /home/customer/www/:171 Stack trace: #0 /home/customer/www/(171): rtrim(false, 'x00') #1 /home/customer/www/(452): MagentoFrameworkEncryptionAdapterMcrypt->decrypt(false) #2 /home/customer/www/(111): MagentoFrameworkEncryptionEncryptor->decrypt('PayPal') #3 /home/customer/www/(37): MagentoConfigModelConfigBackendEncrypted->processValue('PayPal') #4 /ho

    $488 (Avg Bid)
    $488 Média
    13 ofertas

    Hello, I have VPS with Ubuntu 20.04 Version installed. I need someone who can install Lamp Server (Apache2) + mcrypt + mbstring + phpmyadmin.

    $25 (Avg Bid)
    $25 Média
    23 ofertas

    ...============================================== CSRF TOKEN Synchronizer token pattern uses a unique token that is embedded into the HTML forms and verified on the server side. The CSRF token should be a random value that is hard to predict, preferably generated by a cryptographical algorithm. This is how to build a CSRF token: <?php // PHP 7 $token = bin2hex(random_bytes(32)); // PHP 5.3 with mcrypt $token = bin2hex(mcrypt_create_iv(32, MCRYPT_DEV_URANDOM)); // PHP 5.3 with openssl $token = bin2hex(openssl_random_pseudo_bytes(32)); // PHP 4 $token = base64_encode(time() . sha1($_SERVER['REMOTE_ADDR'] . $_SERVER['HTTP_USER_AGENT']) . md5(uniqid(rand(), true))); // Store the token into a session variable! $_SESSION['token'] = $token; ?> Then...

    $87 (Avg Bid)
    $87 Média
    68 ofertas

    PHP >= 5.4, PHP < 7. Mcrypt PHP Extension. OpenSSL PHP Extension. Mbstring PHP Extension. Tokenizer PHP Extension

    $36973 (Avg Bid)
    $36973 Média
    31 ofertas
    Website Code Update Encerrado left

    Website is on Magento 2. Webhost will discontinue support for lower PHP versions. Part of the code of the site is still using mcrypt which is not compatible with newer versions of PHP. Would need to update the website code to make it compatible with PHP 7.4 or higher.

    $19 / hr (Avg Bid)
    $19 / hr Média
    62 ofertas

    ...============================================== CSRF TOKEN Synchronizer token pattern uses a unique token that is embedded into the HTML forms and verified on the server side. The CSRF token should be a random value that is hard to predict, preferably generated by a cryptographical algorithm. This is how to build a CSRF token: <?php // PHP 7 $token = bin2hex(random_bytes(32)); // PHP 5.3 with mcrypt $token = bin2hex(mcrypt_create_iv(32, MCRYPT_DEV_URANDOM)); // PHP 5.3 with openssl $token = bin2hex(openssl_random_pseudo_bytes(32)); // PHP 4 $token = base64_encode(time() . sha1($_SERVER['REMOTE_ADDR'] . $_SERVER['HTTP_USER_AGENT']) . md5(uniqid(rand(), true))); // Store the token into a session variable! $_SESSION['token'] = $token; ?> Then...

    $26 (Avg Bid)
    $26 Média
    12 ofertas
    Apache Server Admin Encerrado left

    We have some housekeeping issues with one of our web servers. Want to make sure its patched and up to date and resolve some Let's Encrypt automated certificates stuck in the pending status. I want to be sure the server is patched and we have Let's Encrypt CPanel module installed to issue new certificates for sites every 3 months, and this has stopped working its a Virtual Server at MediaTemple, I have WHM access I'm also concerned about the Log4j vulnerability, this server houses around 100 websites - so I can't take it down I would like to get this handled yet this week

    $15 - $25 / hr
    Secreto
    $15 - $25 / hr
    21 ofertas

    ...============================================== CSRF TOKEN Synchronizer token pattern uses a unique token that is embedded into the HTML forms and verified on the server side. The CSRF token should be a random value that is hard to predict, preferably generated by a cryptographical algorithm. This is how to build a CSRF token: <?php // PHP 7 $token = bin2hex(random_bytes(32)); // PHP 5.3 with mcrypt $token = bin2hex(mcrypt_create_iv(32, MCRYPT_DEV_URANDOM)); // PHP 5.3 with openssl $token = bin2hex(openssl_random_pseudo_bytes(32)); // PHP 4 $token = base64_encode(time() . sha1($_SERVER['REMOTE_ADDR'] . $_SERVER['HTTP_USER_AGENT']) . md5(uniqid(rand(), true))); // Store the token into a session variable! $_SESSION['token'] = $token; ?> Then...

    $35 (Avg Bid)
    $35 Média
    6 ofertas

    Running Mijoshop 3.2. in Joomla environment and PHP 7.1 which is no longer secure and supported. Need Mijoshop tweeked to run with current PHP 7.4.26. Errors related to mcrypt and other issues. Mijoshop is an Opencart Shop with modifications. Mijoshop is no longer supported by the developer.

    $192 (Avg Bid)
    $192 Média
    5 ofertas

    I can manage to install the latest version of Magento in Plesk. It has nothing to do with the requirements this is ok. For example i installed Mcrypt for php. Who can fix this for me?

    $29 (Avg Bid)
    $29 Média
    11 ofertas

    Joomla environment -Upgrading and existing php component to work with sodium (currently runs with mcrypt). Compliant with php later versions -Create account: Automatically communicates with cpanel email (create email account automatically, check availability). Populate information on email php component to enable account access through the website. -Help with migration to Joomla 4.0 -After migration going through the scripts and cleaning / audit , security.

    $35 / hr (Avg Bid)
    $35 / hr Média
    35 ofertas
    korea game login Encerrado left

    I want to implement the game site login in php. I heard that using mcrypt or opensl as php can implement cypher. I want to parse the result after logging in through php.

    $28 (Avg Bid)
    $28 Média
    4 ofertas

    need an expert with experience on VPS setup. Need is to setup webmin panel(phpmyadmin,webmail,pecl,mcrypt..php modules),setup name server properly. need the job finished in 2hours.

    $24 (Avg Bid)
    $24 Média
    7 ofertas

    Hi Sergii T., I have a new VPS server with plesk obsidian 18.0.35. CentOS 7. I need to install mcrypt in order to work with joomla sites, and also upgrade MariaDB to 10.2.7 or later in order to work with another software called activecollab. Can you do this?

    $10 / hr (Avg Bid)
    $10 / hr Média
    1 ofertas

    i am looking for someone to help me to Resolve SSL and MCRYPT PHP on windows server

    $8 / hr (Avg Bid)
    $8 / hr Média
    5 ofertas

    Hello, I'm looking for someone to install osCommerce script on my subdomain. You can check script at: If interested, please contact me for more info. Thanks Note: The osCommerce script is already listed under softaculous in my cpanel. I've tried installing it. However, I kept getting an error message that says: Required PHP extension not found : mcrypt

    $28 (Avg Bid)
    $28 Média
    3 ofertas

    I have a classified ad website and developed using codeigniter framework and mysql database. I need to modify/ enhance this website features and technology according to competitors sites. eg: 01. add google and fb login, 02. current mcrypt encryption of password encryption upgrade to support php latest 03. js/ajax replace with angular and other technologies and fine tune to speedup the site 04. add sms otp verification to site user registration and to ad posting mobile verification 05. advertiser view option to visitors like a FB page. 06. chat option with advertiser 07. security upgrade and mobile view update etc.. you can also suggest things to improve this site. long term work and will pay according to the tasks Codeigniter, Ajax, Jquery, Mysql, Angualr , node js experts

    $302 (Avg Bid)
    $302 Média
    19 ofertas
    how to enable mCrypt Encerrado left

    installing opencart 2.3.0.2 and just need to turn mCrypt on. How do I go about doing this. Please kindly assist me.

    $23 (Avg Bid)
    $23 Média
    13 ofertas

    I have PHP script and have vps liunex server and need to install it i will give you all files and server details to install it ### Install softwares to server - sudo apt-get update - sudo apt-get install nginx - sudo apt-get install php5-fpm - sudo apt-get install mysql-server - mysql_secure_installation - sudo apt-get install php5-mysql - sudo apt-get install php5-mcrypt - sudo apt-get install php5-curl - sudo php5enmod mcrypt - sudo apt-get install redis-server - sudo apt-get install php5-redis

    $30 (Avg Bid)
    $30 Média
    1 ofertas
    install opencart Encerrado left

    Please assist with opencart version 2.3.0.2 installation. I am just having a problem with a installation requirement of mCrypt that is needed.

    $20 (Avg Bid)
    $20 Média
    9 ofertas
    Trophy icon PHP 7: mcrypt to openssl Encerrado left

    I need to change some lines of code to replace mcrypt because it's deprecated. mcrypt_encrypt should be openssl_encrypt and mcrypt_decrypt should be openssl_decrypt. As a test case, "i483SIrN" should be decrypted to "ap_pass" (that's what the code does right now). So, changing to OpenSSL should also decrypt the same. I cannot provide code access or passwords. class Encrypt { public function set_db_pw($data,$iv) { $encrypted_data = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $this->_key, $data, MCRYPT_MODE_CFB, $iv); return base64_encode($encrypted_data); } public function get_db_pw($data,$iv) { $pw = mcrypt_decrypt(MCRYPT_RIJNDAEL_128,$this->_key,base64_decode($data),MCRYPT_MODE_CFB,$iv); return $pw; } } If you do: $decrypted = (new Encrypt)-...

    $10 (Avg Bid)
    $10
    5 inscrições

    I have an open-source MLM script that needs updating. When I install it and try to open the home page, I get this:- An Error Was Encountered The Encrypt library requires the Mcrypt extension. After investigation, I find out that it needs the encryption part of the script updated. I want this script gone through and updated everywhere as needed to work properly.

    $157 (Avg Bid)
    $157 Média
    8 ofertas

    I need your help to build me a dockerfile and for magento 2 using below official image: nginx:alpine php:7.4.12-fpm-alpine3.12 mysql:latest redis:alpine elastic:7.9.3 varnish:stable PHP Extention needed: php-dom php-gd php-hash php-iconv php-intl php-mbstring php-openssl php-pdo_mysql php-simplexml php-soap php-xsl php-zip php-sockets php-mcrypt php-xsl php-bcmath php-ctype php-curl redis Varnish Detail: Below files has to be writen to persistent location: Configuration files: /etc (nginx,mysql,php,elasticsearch,varnish,redis) Log files: /var/log (nginx,mysql,php,elasticsearch,varnish,redis) Magento files: /usr/share/nginx Nginx will use letsencrypt for ssl The goal is magento 2 can be running utilizing all of those container (nginx,php 7.4,mysql 8,redis,elastic and

    $92 (Avg Bid)
    $92 Média
    11 ofertas

    I just finished a basic website on squarespace. But my domain is in mediatemple

    $12 / hr (Avg Bid)
    $12 / hr Média
    2 ofertas

    ...to install the project is needed to execute immediately Google Compute Engine(GCE) machine types OS : Ubuntu Server server 2. Apache Web Server database with MySQLi enabled - version 5.0 (Mysql extensions (mysql or mysqlnd)) – version 7.0 5 Mod_rewrite enabled enabled ioncoube loader for php 7.0 -install multibyte string extension (-mbstring) 9.mcrypt enabled enabled enabled enabled enabled 14. make SQL restriction mode OFF 15. fileinfo extension need to be installed. 16. Gd Extension for captcha 17. file_uploads – ON, upload_max_filesize-- Set this to max value of 20 Mb, .......................... Mysql version 5.6 OpenSSL PHP Extension Mbstring PHP Extension PHP Fileinfo extension PHP Zip Archive PDO

    $32 (Avg Bid)
    $32 Média
    5 ofertas

    We've just updated WHM and need to get existing sites working.

    $25 (Avg Bid)
    $25 Média
    5 ofertas

    ...simple editing software for users to make their own editing online. We have to make this under a new file format. UBUNTU 16 or 18. VOD Bootstrap, Angular Js, Nginx Server, Laravel 5.2 YTClone Bootstrap, Laravel 5.2, Nginx Server, REDIS Server, MySQL and so for both : PHP >= 5.6.4, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension, XML PHP Extension, MYSQL, Mcrypt enabled, Nginx version: nginx/1.4.6, Redis, Ffmpeg, Wowza Professional people only ! Hi, first tasks to do: Add the function for the validation of registration by a link sent to the email Put a menu under the search bar, with the possibility to display or not each of them Add a Banner and big Quick Button in the top and bottom of all webpages to R4D : “What is R4D©...

    $1197 (Avg Bid)
    $1197 Média
    13 ofertas

    I have a fully functioning marketplace using the Laravel framework. All work has been accomplished in house. Howeve...looking for a contiued relationship built on trust, quality of work and a rapid devlopment timeline. This would be an ongoing project that would begin with few tasks to determine whether we could work togther. Development environment would need to be created on your end as we deploy via Amazon EBS. The first task would be to migrate locally to the latest version of Laravel and fix the current mcrypt bug as mcrypt has been deprecated. Builds would be pushed through Atlassian products such as SourceTree and GIT for review before deployment to production. After successful deployments, consideration would be given to long term involvment as the product requires co...

    $33 / hr (Avg Bid)
    $33 / hr Média
    17 ofertas

    We need a programmer for an on-going job to install, to add some options, to manage and to make the maintenance of our VOD and our Youtube clone run under Linux Tasks to do: Indeed the installation will be done by the software seller, but we have to modify the player of these platforms, I mean...simple editing software for users to make their own editing online. We have to make this under a new file format. VOD Bootstrap, Angular Js, Nginx Server, Laravel 5.2 YTClone Bootstrap, Laravel 5.2, Nginx Server, REDIS Server, MySQL and so for both : PHP >= 5.6.4, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension, XML PHP Extension, Ubuntu OS 14.04, MYSQL, Mcrypt enabled, Nginx version: nginx/1.4.6, Redis, Ffmpeg, Wowza Professional people only !

    $1208 (Avg Bid)
    $1208 Média
    20 ofertas

    ...following script from It needs some custom work, here is the description Facebook multi page/group poster link to review the script: This is a nice tool for scheduling and automating posts in facebook profile, groups and pages. Pros: Good price. Easy to use. upload in your own PHP based server Cons: Needs mCrypt extension of PHP, which is not available in latest versions of PHP in some servers. Admin cannot post from his dashboard. Has to log out and login as user Some functions need optimization Theme very plain white See attached text file for further details on the required customizations and budgetting. The hourly rate is USD 12/hour Each hours worked should be acountable, meaning progress made

    $11 / hr (Avg Bid)
    $11 / hr Média
    5 ofertas

    PHP expert to help in resolving "Laravel requires the Mcrypt PHP extension" issues Need expert PHP person

    $18 / hr (Avg Bid)
    $18 / hr Média
    40 ofertas

    Hello, I used to run a website hosted in mediatemple and built on wordpress Now time has passed and I want the site to be squarespace based but need to pull back the domain the previous host... Domain name: New site:

    $6 / hr (Avg Bid)
    $6 / hr Média
    3 ofertas

    I operate a WordPress agency that serves a variety of clients across multiple industries (authority content sites, eCommerce sites, hotels, and restaurants) and I'm looking for an individual who can confidently handle projects from every level between the ground-floor and debugg...industries (authority content sites, eCommerce sites, hotels, and restaurants) and I'm looking for an individual who can confidently handle projects from every level between the ground-floor and debugging a 10-year old site. The applicant MUST be able to clone a wordpress site (all content, plugins, and themes) and host that cloned site on a subdomain. The applicant must be well versed in MediaTemple hosting Timezones aren't important to me so long as this individual can respond to any ema...

    $14 / hr (Avg Bid)
    $14 / hr Média
    33 ofertas

    Please note, requested budget is an estimate because I really have no idea. Please bid what you think it's worth. FIRST PROJECT - the video-on-demand website (our software uses jwplayer) -For this I mostly need simple changes to text and graphics that I am unable ...find someone who can help with this launch iteration, be available for ongoing technical support as needed and continue to work with me to grow. I need someone with knowledge of the following: Bootstrap, Angular Js, Laravel 5.2, WebRTC, Laravel 5.2, PHP >= 5.6.4, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension, XML PHP Extension, Ubuntu OS 14.04, MYSQL, Mcrypt enabled, Nginx version: nginx/1.4.6, Redis, FFmpeg, Node js - v6.1, Npm - v 3.8.6 , Redis server, Wowza serv...

    $4792 (Avg Bid)
    ADC
    $4792 Média
    7 ofertas

    Hello, I'm looking for help on my website. I want to connect a PHP Scrip to my website I haven't made it myself so I ask for help Requirements The seller of the script specified these things but may not be necessary for the job. PHP 5.6 / PHP 7.0 mCrypt GMP Extension cURL Extensio MySQL 5.0 Apache

    $20 (Avg Bid)
    $20 Média
    15 ofertas
    codeigniter expert Encerrado left

    We have a codeigniter site but it stopped working We get this error An Error Was Encountered The Encrypt library requires the Mcrypt extension. *PAID ONCE DONE AND FIXED

    $35 (Avg Bid)
    $35 Média
    19 ofertas

    Our hosting account keeps messing with our PHP version and as a result mcrypt keeps disabling. As a result, we've decided that we should update our Opencart installation... however we have many ocmod and vqmod alterations to our store that will need to be updated and edited to smoothly transition from version to version. We don't need to update to the most recent version, if it's a problem. The most recent version that works with all of our modifications should suffice.

    $371 (Avg Bid)
    $371 Média
    47 ofertas

    ...with PHP 7.4. Main error is the following (mcrypt module) : Fatal error: Uncaught Error: Call to undefined function mcrypt_get_iv_size() in /home/primete1/public_html/support2/__swift/library/ Stack trace: #0 /home/primete1/public_html/support2/__swift/library/(48): SWIFT_License::DecodeKey('<?php /* [7e194...') #1 /home/primete1/public_html/support2/__swift/library/(221): SWIFT_License::Load() #2 /home/primete1/public_html/support2/__swift/(16): require_once('/home/primete1/...') #3 /home/primete1/public_html/support2/(28): require_once('/home/primete1/...') #4 {main} thrown in /home/primete1/public_html/support2/__swift/library/ on line 86 For example ghere, mcrypt module is not compatible with PHP 7.4 (unsupported

    PHP
    $117 (Avg Bid)
    $117 Média
    22 ofertas

    All at once my wordpress site has disappeared. Stating "There has been a critical error on your website...Learn more about debugging in WordPress." Either this is because the PHP was not upgraded to 7.0 and MediaTemple does not support 5.6 anymore. But I'm not sure. I checked and it seemed fine. Need urgent help

    $378 (Avg Bid)
    $378 Média
    54 ofertas

    i need a php expert who can decode a hash of mcrypt using private key

    $173 (Avg Bid)
    $173 Média
    11 ofertas

    We had an old project running on ec2, we need to upgrade the frameworks to the latest. We need a devops that can install the folowings on an amazon ec2 server. Apache 2.4 MySQL 5.7 PHP 7.2 PHP 7.2 modules php-fpm php-cli php-mbstring php-mysql php-json php-common php-opcache php-xml php-zip php-gd php-pdo php-mcrypt Following extensions should be there json libxml mbstring mcrypt mysqli mysqlnd PDO pdo_mysql session xml xmlreader xmlwriter xsl Zend OPcache zip zlib

    $145 (Avg Bid)
    $145 Média
    42 ofertas

    ...i am looking for Linux specialists and devloper that can solve this problem. I think the only way is to get run the old package envoirement (from Ubuntu 14.04.) like: - nscd curl php5 php5-mysql php5-cli php5-curl unzip curl libcurl3 libcurl3-dev php5-curlnscd curl php5 php5-mysql php5-cli php5-curl unzip curl libcurl3 libcurl3-dev php5-curl php5-dev php5-gd php5-geoip php5-fpm mcrypt php5-mcrypt php5enmod mcrypt apache2 apache2-mpm-prefork apache2-utils libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 php5-common php5-mysql also under Ubuntu 16.04 and higher. I know it is not recommended and a clean solution, but there is no change to get dev...

    $167 (Avg Bid)
    $167 Média
    21 ofertas

    Looking for server setup by using virtualmin with below features Configure VPS with Virtualmin, Nginx, PHP 7.2/7.3 and MariaDB. Enable PHP OPcache with file caching. Optimize PHP and Nginx settings according t...OPcache with file caching. Optimize PHP and Nginx settings according to server specs. SSL and http2. Redis for object caching. Basic security (UFW and Fail2Ban) Redis versions 3.2, 4.0, 5.0 (compatible with 2.4+) for page caching and session storage. Version 5.0 is highly recommended. Varnish version 4.x or 5.2 Elasticsearch PHP client version 6.1. RabbitMQ 3.7.x (compatible with 2.0 and later) mcrypt PHPUnit (as a command-line tool) 6.2.0 Lets encrypt and any other dependancy as per doc - Thanks

    $91 (Avg Bid)
    $91 Média
    21 ofertas

    Hi, I have 2 websites ( and ) to transfer over to another server. Currently on mediatemple and moving to

    $27 (Avg Bid)
    $27 Média
    37 ofertas
    PHP extensions issue Encerrado left

    I am trying to run `composer install` on my new Mac but I...issue. I can do a screen share and give you control to fix it on my machine. I need it to be done today so please only bid if you are available today. Problem 1 - Installation request for onelogin/php-saml v2.15.0 -> satisfiable by onelogin/php-saml[v2.15.0]. - onelogin/php-saml v2.15.0 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system. Problem 2 - onelogin/php-saml v2.15.0 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system. - drupal/samlauth 2.0.0-alpha1 requires onelogin/php-saml ~2.5 -> satisfiable by onelogin/php-saml[v2.15.0]. - Installation request for drupal/samlauth 2.0.0-alpha1 ->...

    $29 (Avg Bid)
    $29 Média
    9 ofertas